html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

/*body {
    line-height:1;
}*/
@charset "utf-8"

:focus {
    outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: Microsoft YaHei ! important;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5,div,i{
    font-family: Microsoft YaHei ! important;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}

.width1200{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}
body{
    background-color: #ffffff;
    min-width: 1200px;
}

.top{
    width: 100%;
    height: 40px;
    background-color: #0057a5;
}
.welcome{
    float: left;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.rxdh{
    float: right;
     font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 25px;
    background: url(../images/rx.png) no-repeat center left;
}
.nav_box{
    height: 90px;
    width:100%;
    background-color: #ffffff;
}
.nav_box .logo{
    display: block;
    line-height: 90px;
    float: left;
}

.nav {
    width:800px;
    height: 90px;
    line-height: 90px;
    position:relative;
    z-index:99999999;
    float: left;
    margin-left: 69px;
}
.nav a {
 
    font-size: 16px;
    color: #464645;
    display: block;
    display: block;
    text-align: center;
}
.nav .nLi {
    float:left;
    position:relative;
    display:inline;
    width: 90px;
    margin-right: 10px;
    
}

.nav .nLi h3 {
    float:left;
    font-weight: normal;
}
.nav .nLi.on{
    background-color: #0057a5;
}

.nav .nLi.on .h3 span {
    display:block;
    text-align:center;
    font-size:15px;
 
    color: #fff;
}
.nav .sub {
    background: rgba(0,87,165,0.8);
    background: #333\9;
    display:none;
    width:90px;
    left:0px;
    top:90px;
    position:absolute;
    line-height:26px;
    padding:5px 0;
}
.nav .nLi.on .sub {
    background: rgba(0,87,165,0.8);
    background: #0057a5\9;
    /*display:none;*/
    width:90px;
    left:0px;
    top:90px;
    position:absolute;
    line-height:26px;
    padding:5px 0;
}
.nav .sub li {
    zoom:1;
}
.nav .sub a {
    display:block;
    padding:0px 7px;
    height: 36px;
    line-height: 36px;
    font-size:14px;
    text-align:center;
    color: #fff;
}
.nav .sub li:hover {
    color: #fff;
    background: rgba(0,0,0,0.3)
}

.nav .sub li:hover a{
    color: #fff;
}
.nav .on h3 a {
    /*background:url(../images/line1.png) no-repeat center 70px;*/
}

.nav em{
    position: absolute;
    left: 0%;
    right: 0px;
    bottom: 0;
    width: 0%;
    height: 2px;
    margin:0 auto;
    display: block;
    background-color: #1853ad;
}
.nav .nLi:hover em{
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1853ad;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.nav .active{
    display: block;
    background: url(../images/line1.png) no-repeat center bottom;
}


.seacher {
    float: left;
    width: 20px;
    height:90px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
    padding-left:20px;
}

.seacher i {
    display: block;
    width: 100%;
    height:90px;
    background: url(../images/ss.png) no-repeat center right;
}

.seacher span {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
    display: block;
}

.seacher_box {
    width: 353px;
    height: 45px;
    border: 2px solid #0057a5;
    position: absolute;
    right: 0px;
    top: 90px;
    display: none;
}

.seacher_box input {
    width: 233px;
    height: 45px;
    border: none;
    line-height: 45px;
    display: block;
    float: left;
    padding-left: 10px;
}

.seacher_box .search_box_button {
    width: 110px;
    height: 45px;
    background: url(../images/ss1.png) no-repeat center;
    border: none;
    display: block;
    float: right;
}


.footer{
    width:100%;
    height: 190px;
    background-color: #2f333c;
    padding: 1px 0;
    margin-top: 30px;
}
.footer .width1200{
    margin-top: 30px; 
}
.footer .width1200 .left{
    float: left;
}
.footer .width1200 .right{
    float: right;
}
.footer .width1200 .left .link {
    padding-bottom: 20px;
    height: 30px;
}
.footer .width1200 .left .link a{
    display: block;
    float: left;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.92;
    margin-right: 20px;
}
.footer .width1200 .left .link a:hover{
    opacity: 0.61;
}
.footer .width1200 .left p{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.61;
}
.footer .width1200 .left p a{
    opacity: 1;
     color: #ffffff;
      font-size: 14px;
    line-height: 26px;
}
.footer .width1200 .right{
    width: 102px;
    height: 150px;
}
.footer .width1200 .right p{
    line-height: 40px;
    letter-spacing: 0px;
    color: #a8a8a8;
    text-align: center;
}